Skip to content

Updated the Android build files so a new project builds on creation#20738

Open
patm1987 wants to merge 1 commit into
cocos2d:v4from
patm1987:feature/update-gradle
Open

Updated the Android build files so a new project builds on creation#20738
patm1987 wants to merge 1 commit into
cocos2d:v4from
patm1987:feature/update-gradle

Conversation

@patm1987
Copy link
Copy Markdown

@patm1987 patm1987 commented Jun 3, 2022

The Android Gradle Plugin has been updated from 3.4.0 to 7.2.1 -- https://developer.android.com/studio/releases/gradle-plugin#7-2-0
jcenter() has been updated to mavenCentral() -- https://developer.android.com/studio/build/jcenter-migration
The gradle wrapper has been upgraded to 7.3.3 (required for the Android Gradle Plugin) -- https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
The default ABI has been changed from armeabi-v7a to arm64-v8a since it's mandatory for new games -- https://developer.android.com/games/optimize/64-bit

The Android Gradle Plugin has been updated from 3.4.0 to 7.2.1 -- https://developer.android.com/studio/releases/gradle-plugin#7-2-0
jcenter() has been updated to mavenCentral() -- https://developer.android.com/studio/build/jcenter-migration
The gradle wrapper has been upgraded to 7.3.3 (required for the Android Gradle Plugin) -- https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
The default ABI has been changed from armeabi-v7a to arm64-v8a since it's mandatory for new games -- https://developer.android.com/games/optimize/64-bit
@pandamicro pandamicro requested a review from PatriceJiang July 2, 2022 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants